home *** CD-ROM | disk | FTP | other *** search
- NAME
- CallAVFileReq.AVf
-
-
- DESCRIPTION
- CallAVFileReq is an example of how an AmigaVision application
- can call AVFileReq.AVf, an AmigaVision Professional file requester.
-
- AVFileReq.AVf combines AmigaVision Professional and AREXX to create
- a File requester.
-
- CallAVFileReq sets up the background screen and gives the user a
- message. In this example, the purpose of the file requester is to
- find an ILBM file to be displayed using a SCREEN Icon. A VARIABLES
- Icon controls the position of the file requester on the screen.
-
- After AVFileReq.AVf returns, the full pathname to the ILBM file is
- stored in the variable, AVFilePath. The value of that variable is
- copied to another variable called Picture which is used to display
- the ILBM file.
-
- This example flow requires that AREXX is running on your system.
- If these AVf files are moved, be sure to relocate their associated
- AREXX scripts.
-
-
-
-